summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Debian Science Team [Thu, 22 Oct 2020 06:14:29 +0000 (07:14 +0100)]
Xfail NaN <-> NaT tests on non-x86 and warn on cast
pd.Series([np.nan]).astype('datetime64[ns]')[0] = pd.NaT on x86
but 1970-01-01 on arm* because float NaN -> int is undefined:
https://github.com/numpy/numpy/issues/8325
https://github.com/pandas-dev/pandas/issues/17792
https://github.com/pandas-dev/pandas/issues/26964
On s390x it's the maximum _positive_ value (2**63-1 ns = year 2262)
Author: Andreas Tille <tille@debian.org>, Graham Inggs <ginggs@debian.org>, Rebecca N. Palmer <rebecca_palmer@zoho.com>
Bug-Debian: https://bugs.debian.org/877754
Forwarded: no
Gbp-Pq: Name xfail_tests_nonintel_nannat.patch
Debian Science Team [Thu, 22 Oct 2020 06:14:29 +0000 (07:14 +0100)]
Use Debian packaged mathjax
Author: Andreas Tille <tille@debian.org>
Forwarded: not-needed
Gbp-Pq: Name mathjax-path.patch
Debian Science Team [Thu, 22 Oct 2020 06:14:29 +0000 (07:14 +0100)]
Don't fail tests because we don't ship test data
This applies to users running them; our build/autopkgtest re-enable
this and use the data from the source tree
Author: Yaroslav Halchenko
Forwarded: no
Gbp-Pq: Name deb_no_strict_data.patch
Yaroslav Halchenko [Thu, 22 Oct 2020 06:14:29 +0000 (07:14 +0100)]
Avoid privacy breach by Google Analytics
Last-Update: Mon, 23 Oct 2017 08:55:28 +0200
Forwarded: not-needed
Gbp-Pq: Name deb_disable_googleanalytics.patch
Debian Science Team [Thu, 22 Oct 2020 06:14:29 +0000 (07:14 +0100)]
HDF5 and Stata I/O are broken on some architectures
Fix some issues, warn on use and xfail tests for the remainder
armhf TestHDF5Store::test*encoding only sometimes crashes
(1.1.3+dfsg-1 passed on build but failed autopkgtest)
HDF5 and Stata are known to fail on big-endian architectures
Stata also fails on qemu-ppc64el, but not real ppc64el
Author: Andreas Tille <tille@debian.org>, Graham Inggs <ginggs@debian.org>, Yaroslav Halchenko <debian@onerussian.com>, Rebecca N. Palmer <rebecca_palmer@zoho.com>
Bug-Debian: https://bugs.debian.org/877419
Forwarded: no
Gbp-Pq: Name xfail_tests_nonintel_io.patch
Debian Science Team [Thu, 22 Oct 2020 06:14:29 +0000 (07:14 +0100)]
Don't try to import from the source directory
Needed as we build the extension modules elsewhere
Author: Yaroslav Halchenko
Forwarded: not-needed
Gbp-Pq: Name deb_doc_donotoverride_PYTHONPATH.patch
Debian Science Team [Thu, 22 Oct 2020 06:14:29 +0000 (07:14 +0100)]
Don't try to use git to find the version number
Needed as Debian buildds use tarballs
Author: Yaroslav Halchenko
Forwarded: not-needed
Gbp-Pq: Name deb_nonversioneer_version.patch
Rebecca N. Palmer [Thu, 22 Oct 2020 06:14:29 +0000 (07:14 +0100)]
pandas (1.1.3+dfsg-2) unstable; urgency=medium
* Tests: re-xfail an intermittent instance of #877419.
* Remove no longer needed test_statsmodels xfail.
* Fix invalid test skips.
[dgit import unpatched pandas 1.1.3+dfsg-2]
Rebecca N. Palmer [Thu, 22 Oct 2020 06:14:29 +0000 (07:14 +0100)]
Import pandas_1.1.3+dfsg-2.debian.tar.xz
[dgit import tarball pandas 1.1.3+dfsg-2 pandas_1.1.3+dfsg-2.debian.tar.xz]
Rebecca N. Palmer [Sun, 18 Oct 2020 15:22:36 +0000 (16:22 +0100)]
Import pandas_1.1.3+dfsg.orig.tar.xz
[dgit import orig pandas_1.1.3+dfsg.orig.tar.xz]